home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / dos / child / twords / printme.bat < prev    next >
Encoding:
DOS Batch File  |  1997-12-02  |  437 b   |  19 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5. echo This will print out the readme.txt file for Talking Words.
  6. echo.
  7. echo.
  8. echo (If you don't want to print out the readme file right now, please
  9. echo  press and hold down the Ctrl key and press c.  Then press y.)
  10. echo.
  11. echo.
  12. echo Otherwise, please turn your printer on and on-line.  
  13. echo.
  14. pause
  15. type readme.txt > lpt1
  16. echo.
  17. echo You may need to press page eject on your printer to finish.
  18.  
  19.